import sys; input = sys.stdin.readline while (s:=input().strip().split()): n, m, *k = map(int, s); c = []; k.sort(); h = {e:1<